<!-- TWO STEPS TO INSTALL EXIT WINDOW: 1. Paste the coding into the HEAD of your HTML document 2. Copy the onunLoad event handler into the BODY tag --> <!-- STEP ONE: Copy this code into the HEAD of your HTML document --> <HEAD> <SCRIPT LANGUAGE="JavaScript"> <!-- This script and many more are available online from --> <!-- The JavaScript Source!! http://javascriptsource.com --> <!-- Begin function leave() { window.open('http://www.yourserver.com/page-to-open.html','','toolbar=no,menubar=no,location=no,height=500,width=500'); } // End --> </SCRIPT> <BODY onUnload="leave()"> <!-- Script Size: 0.64 KB -->
1998 Copyright (C) Next Step Software All Rights Reserved